home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / linux-image-3.2.0-4-686-pae / include-1cmdline < prev    next >
Encoding:
Text File  |  2012-06-03  |  111 b   |  10 lines

  1. add_1cmdline() {
  2.   echo '** Command line:' >&3
  3.   cat /proc/cmdline >&3
  4.   echo >&3
  5. }
  6.  
  7. ask_1cmdline() {
  8.   true
  9. }
  10.